Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get weights for roboto mono #851

Merged
merged 6 commits into from
Oct 10, 2023
Merged

Get weights for roboto mono #851

merged 6 commits into from
Oct 10, 2023

Conversation

nhirschey
Copy link
Collaborator

@nhirschey nhirschey commented Oct 10, 2023

It looks like firefox works if I explicitly request fonts with weights used in code snippets. Fixes #850 and fixes dotnet/fsharp#16072

Screenshot of correct spacing in firefox with 600 weight (albeit with an aged local version of fsharp-core-docs):

image

Copy link
Collaborator

@nojaf nojaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into this!
It looks good but we are hitting dotnet/fsharp#16014 in the main branch.

Removing

"rollForward": "minor"
might make CI play ball again.

@nhirschey
Copy link
Collaborator Author

@nojaf I also added quotes to build.fsx so that it would work with spaces in the build path (dotnet fsi build.fsx used to fail on my PC).

@nojaf
Copy link
Collaborator

nojaf commented Oct 10, 2023

Thanks, I'm afraid the rollforward trick didn't work and as a workaround, we will need to remove all the lock files.

Aslo removing

<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>

Copy link
Collaborator

@nojaf nojaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@nojaf nojaf merged commit ecb45a0 into main Oct 10, 2023
2 checks passed
@nojaf nojaf deleted the firefox-font branch October 10, 2023 12:33
@aski-codes
Copy link

Looks good here, thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some displayed examples may have broken indendation error in documentation of List.concat
3 participants